installed-tests: Fix the icontheme test
authorMatthias Clasen <mclasen@redhat.com>
Sun, 2 Aug 2020 02:30:06 +0000 (22:30 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 2 Aug 2020 03:24:36 +0000 (23:24 -0400)
We forgot to install some of the icons, causing
the test to fail.

testsuite/gtk/meson.build

index 286c8f38fbebb639be0ba90e6f72271c98f59a10..929d9ca382a0f260f72e606d2a10348055b44721 100644 (file)
@@ -271,6 +271,7 @@ if get_option('install-tests')
   endforeach
 
   install_subdir('icons', install_dir: testexecdir)
+  install_subdir('icons2', install_dir: testexecdir)
   install_subdir('ui', install_dir: testexecdir)
 
 endif